#dataTable_filter{
    text-align: right;
}
.all_select{
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
}
small.help-block {
    color: red;
    font-size: 14px;
}
.preloader {
    position: fixed;
    right: 5px;
    top: 150px;
    color: #fff;
    padding: 14px;
    z-index: 9999;
    min-width: 10%;
    max-width: 25%;
    font-size: 17px;
    border-radius: 4px
}
.err_desc {
    color: #fff;
    padding: 5px 12px;
    z-index: 9999;
    border-radius: 6px;
    font-size: 17px
}
.err_desc p {
    margin: 0;
    font-size: 15px;
    color: #fff
}
.p_info {
    background: #01a9ac;
}
.p_danger {
    background: #F44336;
}
.p_success {
    background: #4CAF50;
}
.p_danger,
.p_info,
.p_success {
    font-weight: 600
}
.hidden {
    display: none
}
.gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.gly-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.gly-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.gly-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}
.gly-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.gly-flip-vertical {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.custom_drop_down{
    width: auto;
}
#dataTable_filter .form-control{
    width: auto;
    display: inherit; 
}

.table td, .table th {
    white-space: nowrap;
}

.table-bordered tbody tr:nth-of-type(even) {
    background-color: #f1f5fa;
}
.table-bordered tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-bordered thead {
    background-color: #f1f5fa;
}
#wrapper #content-wrapper {
    background-color: #f1f5fa !important;
}

.thin_scroll{
  scrollbar-width: thin; 
}
.table td {
    vertical-align: middle;
}

.btn {
  font-size:13px;
}

.button-custom {
    color: rgb(128, 143, 184);
    background: rgb(234, 240, 247);
    font-size: 14px;
    line-height: 19px;
}
.header-title, .title-text {
    margin-bottom: 8px;
    text-transform: capitalize;
    letter-spacing: .02em;
    font-size: 15px;
    font-weight: 700;
    margin-top: 0;
    color: #50649c;
    text-shadow: 0 0 1px rgba(239, 242, 249, .1);
}
#dataTable_wrapper{
    font-size: 13px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
}
.dataTables_scrollBody {
    height: 500px !important;
}